home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / tom_jerry_bowling.swf / scripts / DefineSprite_213 / frame_100 / DoAction.as
Text File  |  2008-03-04  |  242b  |  15 lines

  1. if(gameMC.pinSplit == true)
  2. {
  3.    gameMC.pickUpTheSplit("left");
  4. }
  5. else
  6. {
  7.    gameMC.testPin(4);
  8.    gameMC.testPin(7);
  9.    gameMC.testPin(8);
  10.    gameMC.tapPin(9);
  11.    gameMC.tapPin(5);
  12.    gameMC.tapPin(10);
  13. }
  14. gameMC.playHitSound();
  15.